home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 3⁄2⁄90 / 0795-Re Save As PICT-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-02  |  972 b   |  29 lines  |  [TEXT/GEOL]

  1. Item    3915516                         1-March-90        19:42PST
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     POWERUP.DEV                     Power Up Software,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: Save As PICT
  10.  
  11. James,
  12.  
  13. You make a good point about a ViewToPict method.  The only thing to add is that
  14. if you are creating a PICT file, then you can write the picture directly to
  15. disk, so that you don't need to store the entire picture in memory.
  16.  
  17. Doing this requires that you be able to set up a special grafPort and install
  18. the appropriate capture procs.  So to support this, you would need to break up
  19. your proposed ViewToPict method in to 1 that creates a port and one that draws
  20. the view into a given port.
  21.  
  22. Larry Rosenstein
  23.  
  24. P.S. There's a comment in the latest version of MacApp (that I have gotten a
  25. hold of) saying "Really need to have AsPict method to render a view so anyone
  26. can call it."
  27.  
  28.  
  29.